gtk4.git
2020-05-06 Jakub SteinerMerge branch 'wip/jimmac/suggested-destructive-focus...
2020-05-06 Jakub SteinerAdwaita: suggested destrictive button focus
2020-05-06 Jakub SteinerMerge branch 'wip/jimmac/global-var' into 'master'
2020-05-06 Matthias ClasenMerge branch 'fix-inspector-popover' into 'master'
2020-05-06 Jakub SteinerAdwaita: make parser happy wrt global variables
2020-05-06 Matthias ClasenMerge branch 'wip/baedert/for-master' into 'master'
2020-05-06 Matthias Claseninspector: Fix css tree popovers
2020-05-06 Matthias ClasenMerge branch 'abolish-destroy' into 'master'
2020-05-05 Matthias Clasenwidget: Drop the destroy vfunc
2020-05-05 Matthias Clasengtk-demo: Use dispose instead of destroy
2020-05-05 Matthias Clasencontainer: Use dispose instead of destroy
2020-05-05 Matthias Clasenplacesview: Use dispose instead of destroy
2020-05-05 Matthias Clasenprintunixdialog: Use dispose instead of destroy
2020-05-05 Matthias Clasenwindow: Use dispose instead of destroy
2020-05-05 Matthias Clasentreeview: Use dispose instead of destroy
2020-05-05 Matthias Clasentextview: Use dispose instead of destroy
2020-05-05 Matthias Clasenstatusbar: Use dispose instead of destroy
2020-05-05 Matthias Clasennotebook: Use dispose instead of destroy
2020-05-05 Matthias Claseniconview: Use dispose instead of destroy
2020-05-05 Matthias Clasenshortcutssection: Use dispose instead of destroy
2020-05-05 Matthias Clasenradiobutton: Use dispose instead of destroy
2020-05-05 Matthias Clasenrange: Use dispose instead of destroy
2020-05-05 Matthias Clasenspinbutton: Use dispose instead of destroy
2020-05-05 Matthias Clasenviewport: Use dispose instead of destroy
2020-05-05 Matthias Clasentext: Use dispose instead of destroy
2020-05-05 Matthias Clasenmodelbutton: Use dispose instead of destroy
2020-05-05 Matthias Clasenlabel: Use dispose instead of destroy
2020-05-05 Matthias Clasenfilechooserbutton: Use dispose instead of destroy
2020-05-05 Matthias Clasenexpander: Use dispose instead of destroy
2020-05-05 Matthias Clasencombobox: Use dispose instead of destroy
2020-05-05 Matthias Clasenactionbar: Use dispose instead of destroy
2020-05-05 Matthias ClasenMerge branch 'misc-cleanups' into 'master'
2020-05-05 Matthias ClasenMerge branch 'wip/exalm/controls-dispose' into 'master'
2020-05-05 Matthias Clasenwidget-factory: Use symboli icons in the toolbar
2020-05-05 Matthias Clasenwidget-factory: Remove unused css
2020-05-05 Matthias Clasenwindow: Lower the visible focus timeout
2020-05-05 Matthias Clasenassistant: Drop the Private struct
2020-05-05 Matthias Clasenplacesview: Drop the Private struct
2020-05-05 Matthias Clasensearchbar: Drop the Private struct
2020-05-05 Alexander Mikhaylenkowindowcontrols: Unparent children in dispose rather...
2020-05-05 Jakub SteinerMerge branch 'wip/jimmac/notebook-tab-focus' into ...
2020-05-05 Matthias ClasenMerge branch 'bin-removal' into 'master'
2020-05-05 Jakub SteinerAdwaita: notebook tab focus ring
2020-05-05 Jakub SteinerMerge branch 'wip/jimmac/oldstyle-toolbars' into 'master'
2020-05-05 Jakub SteinerAdwaita: old style toolbar buttons
2020-05-05 Timm Bädershortcutcontroller: Check for NULL GtkNative of widget
2020-05-05 Timm Bäderlabel: Be more defensive against non-existant focus_link
2020-05-05 Timm Bädersurface: remove double assignment
2020-05-05 Timm Bädershortcutmanager: Speed up default_remove_controller...
2020-05-05 Timm Bädershortcutcontroller: Use a GArray instead of a linked...
2020-05-05 Timm Bädercssprovider: Pass a GtkArray around when matching
2020-05-05 Timm Bädergtk.supp: Update
2020-05-05 Timm Bädercssselector: Use a GtkArray to count exact matches
2020-05-05 Timm Bäderadd GtkArray
2020-05-05 Timm Bädermain: Save some type checks
2020-05-05 Timm Bädereventcontroller: Remove some unnecessary casts
2020-05-05 Timm Bäderwidget: Use an unchecked cast in _get_native()
2020-05-05 Timm Bäderwindow: Remove unused private function
2020-05-05 Timm Bäderscalebutton: Shorten finalize() implementation
2020-05-05 Timm Bäderscalebutton: Remove unused click_id member
2020-05-05 Timm Bäderwidget: Save controllers list in a GPtrArray
2020-05-05 Timm Bäderwidget: Only do a IS_ROOT type check if the parent...
2020-05-05 Timm Bäderplacesview: Remove frame
2020-05-05 Timm Bädercssselector: Avoid some GList allocations
2020-05-05 Timm Bädericontheme: Save dir_mtimes in a GArray, not a GList
2020-05-05 Timm BäderGdkEvent: Save history in a GArray
2020-05-05 Timm Bäderstylecontext: Remove _list_classes() from public API
2020-05-05 Timm Bädertextchild: Return an array from get_widgets
2020-05-05 Timm Bädergdkdisplay-wayland: Fix a possibly uninitialized out...
2020-05-05 Timm Bäderwidget: Use early-out style in gtk_widget_realize()
2020-05-05 Timm Bädershorthandproperty: Use alloca() when parsing properties
2020-05-05 Timm Bädershorthandproperty: Return unset/initial/inherit as-is
2020-05-05 Timm Bädershorthandproperty: Use alloc a for data array
2020-05-05 Timm Bäderpopover: Remove an unused gtk_widget_get_allocation...
2020-05-05 Timm Bäderlabel: Remove a debug leftover
2020-05-05 Timm Bädergskpango: Make get_color a bit shorter
2020-05-05 Timm Bäderlabel: Unref style_attrs list
2020-05-05 Matthias Clasendocs: Fixup for an uninitialized variable
2020-05-05 Matthias Clasentestsuite: Update a testcase
2020-05-05 Matthias ClasenDrop GtkBin
2020-05-05 Matthias Clasentesttooltips: Derive demo from GtkWidget
2020-05-05 Matthias Claseninspector: Derive recorder from GtkWidget
2020-05-05 Matthias Clasengtk-demo: Port blur demo from GtkBin
2020-05-05 Matthias ClasenAdd a test for bin child conversion
2020-05-05 Matthias Clasenbuilder-tool: Convert former bin children
2020-05-05 Matthias Clasentooltipwindow: Derive from GtkWidget
2020-05-05 Matthias Clasencombobox: Derive from GtkWidget
2020-05-05 Matthias ClasenUse gtk_combo_box_set_child throughout
2020-05-05 Matthias Clasencombobox: Add a child property
2020-05-05 Matthias Clasentestkineticscrolling: Make this work again
2020-05-05 Matthias Clasentestgtk: Fix g_object_new use
2020-05-05 Matthias ClasenAdd gtk_overlay_remove_overlay
2020-05-05 Matthias Clasenoverlay: Derive from GtkWidget
2020-05-05 Matthias ClasenUse gtk_overlay_set_child throughout
2020-05-05 Matthias Clasenoverlay: Add a child property
2020-05-05 Matthias Clasensearchbar: Derive from GtkWidget
2020-05-05 Matthias ClasenUse gtk_search_bar_set_child throughout
2020-05-05 Matthias Clasensearchbar: Add a child property
2020-05-05 Matthias Clasenlistboxrow: Derive from GtkWidget
2020-05-05 Matthias Clasenflowboxchild: Derive from GtkWidget
next